CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - tcp client server

搜索资源列表

  1. TCP客户服务器通讯测试软件

    0下载:
  2. TcpIP网络通讯,客户服务器通讯测试程序! 异步socket编程!-TcpIP network communications, client-server communications test procedure! Asynchronous socket programming!
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:309087
    • 提供者:李勇
  1. TCP服务器端MANK

    0下载:
  2. 一个TCP/IP的服务器端,但是增加了列表显示以及对客户端标示管理!-A TCP/IP server program with list display and client management
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:48264
    • 提供者:wxf0204
  1. Multithreaded TCP-UDP Client Server

    0下载:
  2. .Ne 环境的下多线程的TCP/UDP 编程示例子,里面包括了服务器也客户端程序
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:3509
    • 提供者:蓝鸥
  1. tcp-ipayixidailv

    0下载:
  2. 一个简单的TCP客户端程序流程 1、使用WSAStartup()初始化WinSock库。 2、使用socket()创建一个IPPROTO_TCP SOCKET。 3、使用gethostbyname()/gethostbyaddr()获取主机信息。 4、使用connect()和我们创建的套接字连接服务器。 5、使用send()/recv()发送和接收数据,直到我们的TCP会话结束。 6、使用closesocket()关闭套接字连接。 7、使用WSACleanup()释放
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:5096
    • 提供者:顾谦
  1. TCP--Server

    0下载:
  2. tcp通信的客户端实现功能,具有很强的使用价值,适合windows编程的初学者-tcp client communications functionality, and highly value, windows programming suitable for beginners!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8168
    • 提供者:马亮
  1. TCP Web Server

    1下载:
  2. 模拟TCP协议建立一个web服务器,通过把数据装入TCP套接字,可以向客户端发送.html, .jpg, .jif等格式的文件。-simulated TCP establish a web server, data loading TCP socket, can be sent to the client. Html. Jpg,. Jif format documents.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:8444
    • 提供者:木头
  1. TCP

    0下载:
  2. 初学VC,这是一个简单的TCP连接例子.分为Server和Client两个程序。-novice VC, This is a simple example of the TCP connection. Server and Client divided into two procedures.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:51471
    • 提供者:leencadrew
  1. Socket

    0下载:
  2. the program is socket program of TCP client/Server structure.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:18580
    • 提供者:keith
  1. exe3

    0下载:
  2. ssd8 exercise 3 Write a simple datagram client/server in Java and a tcp client/server also in java
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:8021
    • 提供者:xyf
  1. TCP-server-client

    0下载:
  2. 在服务端运行tcp.exe, 在另一台与之在同一network的客户端上运行tcplnk.exe, 规定相同的port, 在服务端上begin, 在客户端上输入服务器的IP地址,connect, 客户端上编辑框中的字符便可send到客户端的编辑框中。-on the server running tcp.exe, another in the same network with the client running on tcplnk.exe require the same port, on t
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:74627
    • 提供者:叶舟
  1. tcp

    0下载:
  2. 在linux嵌入式平台上进行TCP通信代码(TCP communication code on Linux Embedded Platform)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-01
    • 文件大小:718848
    • 提供者:小清奈
  1. Server

    0下载:
  2. tcp服务器,可以和其他的TCP client连接,收发数据(tcp server It can send data if you connecting with other tcp client)
  3. 所属分类:网络编程

    • 发布日期:2018-01-03
    • 文件大小:6435840
    • 提供者:鹏1234
  1. ethnet udp tcp

    0下载:
  2. Windows TCP UDP SERVER CLIENT 套接字通信程序。(Windows TCP UDP SERVER CLIENT SOCKET communication code)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:63488
    • 提供者:Losserry
  1. TCp

    0下载:
  2. TcP/IP客户端服务端的相互通信java代码。(TcP/IP client server's mutual communication java code)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:miaoji
  1. tcp server-client

    0下载:
  2. 实现tcp的客户端和服务器通信,客户端和客户端的单对单对话及公共消息发布(Implement TCP client and server communication, client and client lists for single and public messages)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-01-07
    • 文件大小:16384
    • 提供者:lsnlsn_abc
  1. TCP Programs.tar

    0下载:
  2. Network Programming Code for client side
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:5120
    • 提供者:faizaaaa
  1. TCP_Socket

    0下载:
  2. 完成了Linux下简单的TCP套接字编程,是一个完整的TCP客户端/服务器实例(The simple TCP socket programming under Linux is completed, which is a complete TCP client / server instance)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:18432
    • 提供者:amr1199
  1. qt_TcpIP1_Client

    1下载:
  2. 自己使用QT写的TCP Client通讯程序(TCP Client communication program written by yourself using QT)
  3. 所属分类:网络编程

    • 发布日期:2018-05-01
    • 文件大小:6144
    • 提供者:mrwangming
  1. qt_TcpIP1_Server

    0下载:
  2. 自己使用QT写的TCP Server通讯程序(TCP Server communication program written by yourself using QT)
  3. 所属分类:网络编程

    • 发布日期:2018-05-01
    • 文件大小:6144
    • 提供者:mrwangming
  1. TCPIPDataToLIS

    2下载:
  2. winform C# TCP/IP Server Client 工程 2010 项目源码,最最基本的通讯。(winform C# TCP/IP Server Client Project source code, the most basic communication.)
  3. 所属分类:C#编程

    • 发布日期:2020-12-20
    • 文件大小:80896
    • 提供者:agui802
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com